projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6379ed7
)
(bootstrap-clean): Fix misplaced `!'.
author
Dave Love
<fx@gnu.org>
Tue, 23 Sep 2003 10:45:53 +0000
(10:45 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 23 Sep 2003 10:45:53 +0000
(10:45 +0000)
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index 886d82c1ecabca604b7954c7c2d49dd1454581c2..ecbc28c09794428ebc5de06817fed3712c421d82 100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-292,7
+292,7
@@
bootstrap-clean:
if test -x $(EMACS); then \
$(MAKE) $(MFLAGS) autoloads; \
else \
- if
! test
-r $(lisp)/loaddefs.el; then \
+ if
test !
-r $(lisp)/loaddefs.el; then \
cp $(lisp)/loaddefs-boot.el $(lisp)/loaddefs.el; \
fi \
fi